OBJECT

 

Description

In order to create an object loop, you must declare a MathVariable that is an OBJECT type.  It does not retrieve anything useful for configuration but directs the system on how to operate.

 

OBJECT Element/Attribute Table

TYPE=OBJECT

Element

Attributes

Attribute Value

Element Value

Definition

<MathVariable>

TYPE

OBJECT

 

 

OBJECTNAME

Name of the object where the loop will occur.

 

This will be the same OBJECTNAME listed in the associated TYPE=ObjectLoop line of configuration.

SOURCEARRAY

The VARAIBLENAME of the associated OBJECTLOOP MathLoop.

 

 

 

XML Example

<MathVariable VARIABLENAME=”r;IndividualClient" TYPE="OBJECT" OBJECTNAME="Client" SOURCEARRAY="ClientLoop"></MathVariable>